home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Tele / S / Survey Hints < prev    next >
Encoding:
Text File  |  1987-06-28  |  2.8 KB  |  91 lines  |  [TEXT/EDIT]

  1.  
  2.  
  3.                       Red Ryder Host Survey Problems.......
  4.    
  5.    
  6.    After pulling my hair out and running the commands in every way possible
  7.    this is my conclusions for Commands 6, 7, & 18
  8.    
  9.    
  10. COMMAND 6 from Red Ryder Host Docs...
  11.    
  12.         Append entire scratch file to end of the responses file, then clear
  13.     out the scratch file.
  14.    
  15.         IT SHOULD READ.....
  16.    
  17.     Appends the scratch file to the end of the responses file, stops
  18.     execution of the Survey File, and returns to the last Red Ryder Host
  19.     Menu.
  20.     
  21.         HOW TO USE..... 
  22.    
  23.         Last command entry of the survey file, saves the scratch to the
  24.     responses file, stops execution of the Survey File, and returns to
  25.     the last Red Ryder Host Menu.  I use it when everything goes correct
  26.     and they respond to a survey question if they are satisfied with
  27.     their answers to the questions and answer yes. Use command 6 to save
  28.     the answers in scratch to the responses and quit.
  29.     
  30. COMMAND 7 from Red Ryder Host Docs....
  31.    
  32.         Stop Execution of the Survey File and return to the last Red Ryder
  33.     Host Menu.
  34.     
  35.         It SHOULD WORK AS STATED......
  36.     
  37.     HOW TO USE.....
  38.     
  39.     Last command entry of the survey file, DOES NOT SAVE the scratch
  40.     file, and returns to the last Red Ryder Host Menu.  Same as command 6
  41.     without the scratch being saved.  I use it when the survey is a 
  42.     question if they are satisfied with their answers or want to quit, and
  43.     they respond to quit.  In the example of a Validation Survey you don't
  44.     want their responses added to you validation list, so you jump to a 
  45.     command 7 and dump the scratch file and quit.
  46.     
  47. COMMAND 18 from Red Ryder Host Modifications version 1.3
  48.  
  49.         New survey file command which functions exactly as command #7 except
  50.     that the Red Ryder Host menu specified in text will be executed next.
  51.     
  52.     IT SHOULD READ.....
  53.     
  54.     Stops execution of the Survey file and return to the Red Ryder Host
  55.     Menu specified in text.
  56.     
  57.     HOW TO USE.....
  58.     
  59.     Last command entry of the survey file, DOES NOT SAVE the scratch
  60.     file, and returns to the Red Ryder Host Menu specified in the text line
  61.     of this command. Example:
  62.            
  63.            COMMENT   **Get out of here**
  64.            NAME      GETOUT
  65.            TYPE      18
  66.            TEXT      Hard Disk:BBS:NewUsersMenu
  67.            LENGTH    0
  68.            BRANCH    NIL   (Carriage return to next line EOF)
  69.            
  70. Final notes....
  71.  
  72.         Command 6, 7, & 18 all stop execution of the survey file.
  73.     
  74.     Command 6 saves the scratch file and will display to the caller
  75.     or in local the text....Saving your replies...one moment please.
  76.     
  77.     Command 7 and 18 DO NOT SAVE the scratch.
  78.     
  79.     Command 18 needs the "Volume:Filename" of the menu jumping to.
  80.     
  81.     The last command entry needs a carriage return from the branch line
  82.     or the last command will not be executed.
  83.     
  84.     The survey is case sensative.
  85.     
  86.     
  87.            
  88.                       I hope this helps you save
  89.                some time with surveys.
  90.     
  91.